home *** CD-ROM | disk | FTP | other *** search
/ Aminet 28 / Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso / Aminet / comm / tcp / socksproxy.readme < prev    next >
Encoding:
Text File  |  1998-10-31  |  2.5 KB  |  61 lines

  1. Short:    Transparent SOCKS 4 proxy client for AmiTCP
  2. Author:   berend@sgi.com (Berend Ozceri)
  3. Uploader: berend@sgi.com (Berend Ozceri)
  4. Version:  2.0
  5. Type:     comm/tcp
  6.  
  7. This is a port of client side of the SOCKS 4 proxy. Full details on the
  8. SOCKS 4 proxy/firewall software can be found at:
  9.  
  10. ftp://ftp.nec.com/pub/socks
  11.  
  12. Basically SOCKS is a means of isolating a network (or a collection of
  13. networks) from the rest of the Internet. The most common use of this is
  14. to create a "firewall" to increase the security of the internal network
  15. of a company (or some other such institution). However, a nice feature of
  16. how SOCKS works is that it can also be used to create a whole network
  17. using only one IP address.
  18.  
  19. SOCKS only works with TCP based programs. UDP based programs are not
  20. supported. Luckily the more popular networking tools such as WWW browsers,
  21. telnet, ftp, etc. are all TCP based.
  22.  
  23. A unique feature of this Amiga port of SOCKS is that unlike the UNIX and
  24. PC ports of SOCKS, it requires no re-compilation of programs to work. It
  25. uses exec.library's SetFunction() library call to patch a few library
  26. calls in bsdsocket.library (yes, every time a new one is opened, for those
  27. of you that are wondering if it does the right thing with the per-task
  28. library bases).
  29.  
  30. Software that has been tested include (but is not limited to):
  31.  
  32. - IBrowse
  33. - napsaterm, telnet, finger, ncftp 
  34. - Voyager, AmTelnet, AmFTP
  35.  
  36. The software has only been tested with a real AmiTCP installation. I don't
  37. believe it would work reliably with other network stacks that "masquarade"
  38. a bsdsocket.library.
  39.  
  40. Please read the provided file "CONFIGURING" for a brief explanation of
  41. what parameters to provide to the installer during installation.
  42.  
  43. Berend Ozceri
  44.  
  45.  
  46. ============================= Archive contents =============================
  47.  
  48. Original  Packed Ratio    Date     Time    Name
  49. -------- ------- ----- --------- --------  -------------
  50.     1890     758 59.8% 18-Oct-98 18:01:10 +CONFIGURING
  51.      438     227 48.1% 30-Nov-97 19:11:52 +CONFIGURING.info
  52.     2942    1301 55.7% 18-Oct-98 18:00:38 +COPYRIGHTS
  53.      438     229 47.7% 30-Nov-97 19:11:52 +COPYRIGHTS.info
  54.     2377     908 61.8% 30-Nov-97 18:34:04 +Install SOCKS Proxy
  55.      737     376 48.9% 30-Nov-97 19:11:52 +Install SOCKS Proxy.info
  56.     1729     912 47.2% 18-Oct-98 18:14:26 +README
  57.      438     225 48.6% 30-Nov-97 19:11:52 +README.info
  58.    17788   10892 38.7% 18-Oct-98 18:14:48 +socks
  59. -------- ------- ----- --------- --------
  60.    28777   15828 44.9% 19-Oct-98 22:20:52   9 files
  61.